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
<var> seems a strange animal... but I need to tame it!
Old 06-15-2008, 07:05 PM <var> seems a strange animal... but I need to tame it!
Sleeping Troll's Avatar
Ultra Talker

Posts: 351
Name: Butch Begy
Trades: 0
I would like to use the <var> tag to reference a variable with an href query.

<a href="Panel.asp?><var>PassStr</var>

Something like that?!?

The syntax escapes me, can someone provide assistance? Please?
Sleeping Troll is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 06-15-2008, 07:44 PM Re: <var> seems a strange animal... but I need to tame it!
nyef's Avatar
Ultra Talker

Posts: 265
Name: Lucas
Trades: 0
From http://www.htmlcodetutorial.com/_VAR.html --

Quote:
<VAR> does not indicate some kind of HTML variable to be used later in the page. Alas, we wish it did, but HTML does not have variables.
Okay, one last try at this subject for me. Here's yet a third way to do what you're talking about:
Code:
<a href="javascript:void(0);" onclick="location.href='Panel.asp?'+PassStr;"> link text </a>
If this doesn't work for ya I give up.

You could also:
Code:
<a id="mylink" href="Panel.asp">link</a>
<script type="text/javascript">
document.getElementById('mylink').src='Panel.asp?'+PassStr;
</script>
__________________
~nyef

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

Last edited by nyef; 06-15-2008 at 08:47 PM..
nyef is offline
Reply With Quote
View Public Profile Visit nyef's homepage!
 
Old 06-16-2008, 06:27 AM Re: <var> seems a strange animal... but I need to tame it!
chrishirst's Avatar
Missing! presumed drunk.

Posts: 42,380
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
sticking to just the one forum/question might be useful as well.

<a href="/panel.asp?<%=variable%> >
__________________
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!
 
Reply     « Reply to <var> seems a strange animal... but I need to tame it!
 

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.15729 seconds with 12 queries