Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > HTML > post form data to a modal dialog window with desired height and width

Reply
Thread Tools

post form data to a modal dialog window with desired height and width

 
 
Matt
Guest
Posts: n/a
 
      06-20-2004
I want to post the form data (http://server/page1.asp) to a modal dialog
window (http://server/modaldialog.asp) with a desired height 200px by width
200px.

Here's my attempts and problems:

Attempt #1) In http://server/page1.asp, it has code <form
action="http://server/modaldialog.asp" method="post" target="_blank">

In http://server/modaldialog.asp, it has code <body onBlur = "self.focus()">

It can produce modal dialog window modaldialog.asp, but I want to set the
width and height of modaldialog.asp.

Attempt #2) var sReturn = window.showModalDialog("modaldialog.asp", params,
"dialogHeight:200px; dialogWidth:200px;");

This is the effect I want. But this is not posting the form data to
modaldialog.asp.

Any workarounds to my problems??

Thanks!!
 
Reply With Quote
 
 
 
 
Whitecrest
Guest
Posts: n/a
 
      06-20-2004
In article < >,
says...
> I want to post the form data (http://server/page1.asp) to a modal dialog
> window (http://server/modaldialog.asp) with a desired height 200px by width
> 200px.
> Any workarounds to my problems??


Hmmmm, any workarounds....

Maybe, but we can't tell....

--
Whitecrest Entertainment
www.whitecrestent.com
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
post form data to a modal dialog window Matt HTML 2 06-23-2004 08:54 AM
post form data to a modal dialog window with desired height and width Matt ASP General 2 06-20-2004 11:28 PM
post the form data in modal window and close the modal window. Matt HTML 1 06-01-2004 08:22 PM
post the form data in modal window and close the modal window. Matt Javascript 0 06-01-2004 07:47 PM
Setting the Modal Dialog Box's Height and Width Gibs ASP .Net 1 02-13-2004 08:43 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57