Results 1 to 3 of 3

Thread: Centred page after form is completed?

  1. #1
    Join Date
    Sep 2004
    Posts
    19
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Centred page after form is completed?

    After a user has completed a form, I want a 'Thanks for your enquiry' page to open. The code below does this but can I customise it so that I can have the page CENTRED with specific dimensions and no scroll bar!

    Thank you





    <input type="hidden" name="redirect" value="http://www.mySite.com/thanks.htm">

  2. #2
    Join Date
    Sep 2004
    Location
    Indonesia
    Posts
    69
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Your code doesn't show up...
    Why don't use the good ol' <body onLoad="alert('Thanks for your enquiry')">

  3. #3
    Join Date
    Sep 2004
    Location
    Little Falls, Roodepoort, South Africa
    Posts
    421
    Thanks
    4
    Thanked 1 Time in 1 Post

    Default

    Hi

    OR add the following to your input strings....

    <INPUT TYPE=hidden NAME=ReturnURL VALUE=http://www.yoursite.com/thanks.htm>
    I.E a Seperate page that can look liker anything you want.... rgds,Simonf

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •