Click to See Complete Forum and Search --> : Opening new Page From Form


Picarolio
07-30-2003, 01:47 PM
I've got one last question for the board (until tomorrow).

On the form I've created with help from Fanq and pyro I'm able to use the form to direct the user to different pages based on the information they chose in the form.

What I'm wondering is instead of directing them, can I open up a new page?

Here is the code I'm using now:

parent.location="websitefornetworking/guide.htm";


Thanks for the help!

pyro
07-30-2003, 01:52 PM
Try using:

window.open("websitefornetworking/guide.htm","winname","width=400,height=300, scrollbars=1");

Picarolio
07-30-2003, 02:01 PM
Your right as usual pyro. Where would us newbs be without patient people like you?

pyro
07-30-2003, 03:16 PM
The same place I would have been 6 months ago, when I started visiting these most excellent forums. :) Glad we got you going!