|
-
Sep 12th, 2003, 02:40 PM
#1
Thread Starter
Fanatic Member
Java script File>New>Window
I can get new browser windows to appear with window.open and that is dandy,
but what i really need is to open a clone of the current window that contians all the currently entered data and
submit that data in another window.
How do I open a new window containing a clone of the page?
The same as File>New>Window in IE?
-
Sep 12th, 2003, 08:58 PM
#2
Fanatic Member
I think the only way that you could do it is by opening the page in a new window as you are already doing and then loop through the form fields and fill the for in the new window with it's values.
Is that what you are talking about?
www.RealisticGraphics.net
Running VS.Net Enterprise & VB 6
Other Languages: JavaScript, VBScript, VBA, HTML, CSS, ASP, SQL, XML
MSN Messenger: kmsheff
-
Sep 15th, 2003, 07:25 AM
#3
Thread Starter
Fanatic Member
Um. sorta.
I can do what you said, and that will work for one page, but
when using IE, under the file menu is New >> Window.
It would be very nice to be ablel to duplicate this functionality as
the new windows carry all the same state as the original. Hmmm.
-
Sep 15th, 2003, 05:40 PM
#4
Fanatic Member
I don't think you can do that.
www.RealisticGraphics.net
Running VS.Net Enterprise & VB 6
Other Languages: JavaScript, VBScript, VBA, HTML, CSS, ASP, SQL, XML
MSN Messenger: kmsheff
-
Sep 15th, 2003, 07:43 PM
#5
Lively Member
you could do it in PHP, i think, by strategically saving temporary files and opening them client sided, i think... or maybe i have no idea what im talking about...
post it in the PHP forum

-morrowasted
-
Sep 15th, 2003, 09:57 PM
#6
Stuck in the 80s
Originally posted by morrowasted
you could do it in PHP, i think, by strategically saving temporary files and opening them client sided, i think... or maybe i have no idea what im talking about...
*scratches his head* I think that latter is correct.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|