Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
How do I direct a user to a specific page on my site after they visit an advertiser?
Old 11-02-2008, 01:40 AM How do I direct a user to a specific page on my site after they visit an advertiser?
Junior Talker

Posts: 1
Trades: 0
How do I direct a user to a specific page on my site after they visit an advertiser? Anyone have any ideas? thx
buyloewen is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 11-02-2008, 08:39 AM Re: How do I direct a user to a specific page on my site after they visit an advertis
chrishirst's Avatar
Missing! presumed drunk.

Posts: 42,380
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
Once they have left your site you have relinquished any control over where a user goes next.
__________________
Chris. ->>
Please login or register to view this content. Registration is FREE
<<-

A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
chrishirst is offline
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 11-04-2008, 10:49 AM Re: How do I direct a user to a specific page on my site after they visit an advertis
Experienced Talker

Posts: 34
Trades: 0
To my knowledge, that is violating the user privacy law.
__________________

Please login or register to view this content. Registration is FREE
pingeyeg is offline
Reply With Quote
View Public Profile
 
Old 11-05-2008, 01:34 PM
Average Talker

Posts: 20
Trades: 0
popup = window.open("pop.html", "popup_id", "scrollbars,resizable,width=300,height=400");'popu p' is the variable used to store the ID of the created popup. Get this value when opening a popup if you want to control it later. window.open()The code that opens the popup"pop.html"The first argument(pop.html) is the name of the file to be opened in the newly created window. Click here to open the file a new window."popup_id"The ID of the newly created popup - this can be used to access the popup latter in the script.OptionsThe final argument is a comma separated list of options. In our case it is...
scrollbars,resizable,width=300,height=400
Which means..
scrollbarsThe created popup will have scrollbars. These options can be given in the format scrollbars=yes or scrollbars=no. But I just used the short version.resizableThe popup will be resizable.widthThe width of the newly created popup in pixalsheightThe height of the popup

popup = window.open("pop.html", "popup_id", "scrollbars,resizable,width=300,height=400");

this is the code hope it helps
__________________

Please login or register to view this content. Registration is FREE


Last edited by chrishirst; 11-05-2008 at 03:07 PM.. Reason: merged 3 posts
sambo755 is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to How do I direct a user to a specific page on my site after they visit an advertiser?
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.69105 seconds with 12 queries