but the most important factor of my url link is to pass along the keywords that convert and make sales for me and I need to track that information through my link, perhaps with a subid_parameter value ? Would anyone know how to apend
that to my url ? What querystring values would I need ?
Thanks for the response. Your code is working fine now. I thank you for that, for helping me. Jeev, would you or anyone know how to "write" what a person says on the page ? Meaning if I get ppc traffic for one of my sites and that person types in "American
Dating Sites" is there anyway for me to have "Amercian Dating Sites" at the top of the page ? without having me make that page dynamically ?
scm22ri
Member
3 Points
105 Posts
Re: How to make photos "appear clickable" ?
Dec 25, 2007 11:59 PM|LINK
Hi Jeev,
Thanks for the reply.
I'm using this code
<asp:HyperLink ImageUrl="alltel-ComplimentaryRingtones.jpg" runat="server" ID="hlink" NavigateUrl="javascript:makeUrl('http://fbgdc.com/click/?s=8785&c=53726&subid=yahoo=flycell=alltel');" />
(I'm promoting my site via ppc marketing)
but the most important factor of my url link is to pass along the keywords that convert and make sales for me and I need to track that information through my link, perhaps with a subid_parameter value ? Would anyone know how to apend that to my url ? What querystring values would I need ?
Thanks
Jeev
All-Star
24182 Points
3719 Posts
Re: How to make photos "appear clickable" ?
Dec 26, 2007 11:33 AM|LINK
Hi Scm,
well not sure of exactly how the logic for PPC would work but changing the navigateurl should be a piece of cake
To add a new query string that is a static value add it to the url you already have inside the makeurl method.
If its a dynamic value, then instead of assigning the Navigateurl in the aspx page, you can do the same in your code behind page..
Hope it helps
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
If you get the answer to your question, please mark it as the answer.
scm22ri
Member
3 Points
105 Posts
Re: How to make photos "appear clickable" ?
Dec 26, 2007 05:58 PM|LINK
Hi Jeev,
Thanks for the response. Your code is working fine now. I thank you for that, for helping me. Jeev, would you or anyone know how to "write" what a person says on the page ? Meaning if I get ppc traffic for one of my sites and that person types in "American Dating Sites" is there anyway for me to have "Amercian Dating Sites" at the top of the page ? without having me make that page dynamically ?
Thanks