Hello all
I'm quite new to web development, so please be kind ;)
I have a JS-function called getObjURL() which should return an URL-
String of an JS-object.
In the body part I use something like this:
<a href="../mystaticlink.ht m?parameter=jav ascript:getObjU RL()"
target="_blank" ...>Linktext</a>
but this doesn't work.
I also tried:
<a href="../mystaticlink.ht m?parameter="+j avascript:getOb jURL()
target="_blank" ...>Linktext</a>
<a href="../mystaticlink.ht m?parameter=<%j avascript:getOb jURL()%>"
target="_blank" ...>Linktext</a>
.... and some other stupid things.
Could you please help me out of this?! Will it ever work or do I have
to use other web-technologies to create my dynamic link?
Best regards,
Schuessi
I'm quite new to web development, so please be kind ;)
I have a JS-function called getObjURL() which should return an URL-
String of an JS-object.
In the body part I use something like this:
<a href="../mystaticlink.ht m?parameter=jav ascript:getObjU RL()"
target="_blank" ...>Linktext</a>
but this doesn't work.
I also tried:
<a href="../mystaticlink.ht m?parameter="+j avascript:getOb jURL()
target="_blank" ...>Linktext</a>
<a href="../mystaticlink.ht m?parameter=<%j avascript:getOb jURL()%>"
target="_blank" ...>Linktext</a>
.... and some other stupid things.
Could you please help me out of this?! Will it ever work or do I have
to use other web-technologies to create my dynamic link?
Best regards,
Schuessi
Comment