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 immediate users after publishing the paypal form towards the framset page, along with the code for that frameset page is that shown above. This code isn’t screened, I just conjured it up but it surely should work, though you should utilize CSS for margins & is bordered by etc.

humm

as i can think you should utilize " frame" or even " php include" for the main page coming from where paypal submission lies like

in index page utilize two frame

earliest frame 1 top. html
2 main. html most of your index html page

but make sure to make top. html frame size very small like
give it hight 10px devoid of background..

if u will give me url of this site.. i will assemble such page for you..

best of luck

This may also be done through launching the paypal form in a pop-up window, which in turn would mask this URL from uneducated end users, unless you disabled right click….

EDIT: Not sure that is certainly can actually become done however, but it surely is worth some sort of shot I suppose.

i dont know how you can use popup in paypal buttons..

please okay know " justlivyalife"

how to do it.

bless you

In the point tag just range from the elemen target=" _blank" hence the code will resemble this.

Code:
< some sort of href=" www. paypal. com/theaccount/" target=" _blank" > < img src=" paypalbutton. gif" alt=" PayPal button" > < /a> 

_blank isnt accessible

password safeguard a page, like you would with a website, give the password immediately after payment.

Find out how to mean

If you work with PHP (or some other serverside script), you may add an ‘if’ clause towards the page that checks to view wether a parameter is determined or not. If it’s, then it will draw up your form. If it’s not possible, the form remains hidden. That way that URL would show the same adress regardless on the form beeing existing or not. (meaning no person could see the form just by typing inside URL. The hidden parameter will have to be set)

SOME SORT OF Javascript pop-up eyeport, would expose this url by beeing visible while in the page source (as this script works clientside), while any machine script would stay invisible towards the user.

Because of all. I ought to play around while using suggestions. The frameset idea seems possess a preferred but I appreciate each of the responses. Dee

yes its quite simple.. and handy..

Assistance again. I tried this frameset page thought but think My organization is mising something. (fyi – POST took a basic html class years ago and now Relating to become ‘free’ webdesigner to all my friends. So basically seem a tiny slow at this – it’s because I AM. )

I developed the revolutionary page with FrontPage plus it looks fine. BUT still possess the same problem. When the user can navigate towards the new frames web page, they can however access the submission form page without going through PayPal first.

Or even am I not well-known something.

This entry was posted in Web Design and tagged , , , , , , , , , , , , , , , , , , , . Bookmark the permalink.

Related Posts

Leave a Reply

Your email address will not be published. Required fields are marked *