Tag Archives: Html Frame

Test thread: HelperBot, reply! I need HTML help!

Simply just kidding. Made ya answer back! (testing) I found most of these threads that look for be similar to help yours. Do any analysts help Dr. HTML by zionlocke inside forum HTML along with CSS HTML: Frame Problems by Hobo in your forum Javascript and various Languages Check out this little html. Very cool by Belledandy inside forum Javascript and various Languages Can get my HTML furniture to render proper either. by Martin inside forum HTML plus CSS If they you should not a human will be along soon anyway to be of assistance more. With thanks, bud! It would be cool at this aspect if you might continue talking yet I’m no AI guru… Test I don’t see a bit yellow box. It’s only on making a thread, not replying. Great job there filbert1!

Posted in Web Design | Tagged , , , , , , , , , , , , , , , | Leave a comment

Can I hide a URL (for a particular page)?

We’ve created a dog training site so that the user to help ask aour coach a question by completing an application. Just recently this trainer wanted any fee added for every question submitted. I added a PayPal subscription button to start the submission method. When the PayPal purchase is complete, the form page is viewable. Naturally, the URL for the form page is likewise displayed and any one can navigate immediately to it bypassing this PayPal button. Perhaps there is anyway of covering the URL or limiting admission to the page without dealing with the PayPal purchase The simplest way to start this is to cover the page by way of including it in a very frameset. Have the top frame just 1px higher, and this will likely then mask the URL belonging to the form page you are loading into the bottom frame. EDIT: Example coding. Code: < html> < head> < title> Frameset Page< /title> < /head> < frameset rows=" 1, *" border=" 0" frameborder=" 0" > < mode name=" header" scrolling=" no" noresize target=" main" marginwidth=" 0" marginheight=" 0" > < mode name=" main" marginwidth=" 0" marginheight=" 0" scrolling=" auto" > < /frameset> < /html> You would … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , , , , , | Leave a comment