Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Generating a pop-up window

Status
Not open for further replies.

theevilone

IS-IT--Management
Aug 19, 2001
52
GB
Hi,

I am working on a site where a user inputs certain details and submits. I then have some scripts which process the order and should then generate a pop-up window showing the input details. Variables are then cleared and returns the user to the home page.

Generating the pop-up window as part of the processing loop is posing problems. Can anyone please help.

Thanks in advance.
Ravi
 
Well I'll tell ya what I did...

I have a site where you select a list of items.. each item can be added to your list or you can view the site for it.. I ran a cfif on the page its submitted to... something along the lines of...

<img src=&quot;logo.gif&quot; alt=&quot;my site is cool&quot;<CFIF action is &quot;Website&quot;> onload=&quot;popup_code_here&quot;</CFIF>>

And it runs fine, every time, the image loads and if a request was sent to view the site, the site's window pops up.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top