Feb 28, 2006 #1 stpmtp MIS Jan 6, 2006 67 US is there a way to make a variable into a link for example var A="http://www.google.com
Feb 28, 2006 #2 cLFlaVA Programmer Jun 14, 2004 6,450 US yeah, that's how you do it. *cLFlaVA ---------------------------- [URL unfurl="true"]http://www.coryarthus.com/[/url] Upvote 0 Downvote
yeah, that's how you do it. *cLFlaVA ---------------------------- [URL unfurl="true"]http://www.coryarthus.com/[/url]
Feb 28, 2006 Thread starter #3 stpmtp MIS Jan 6, 2006 67 US ahh I got it Code: var A= <% = request.querystring("id") %> var url = '[URL unfurl="true"]http://daviesintranet/aqpc/wb/view1.asp?id='[/URL] + escape(A); this puts an asp variable into a javascript link Thanks clFlaVA Upvote 0 Downvote
ahh I got it Code: var A= <% = request.querystring("id") %> var url = '[URL unfurl="true"]http://daviesintranet/aqpc/wb/view1.asp?id='[/URL] + escape(A); this puts an asp variable into a javascript link Thanks clFlaVA
Feb 28, 2006 #4 BillyRayPreachersSon Programmer Dec 8, 2003 17,047 GB Did you get that from this post? thread216-1197912 Just curious! Dan [tt]Dan's Page [blue]@[/blue] Code Couch http://www.codecouch.com/dan/[/tt] Upvote 0 Downvote
Did you get that from this post? thread216-1197912 Just curious! Dan [tt]Dan's Page [blue]@[/blue] Code Couch http://www.codecouch.com/dan/[/tt]