On Oct 29, 6:31*am, schuessi <schuessmas...@googlemail.comwrote:
Quote:
Hello all
>
I'm quite new to web development, so please be kind ;)
If you are new to Web development, then why are you trying to write
scripted enhancements. You should concentrate on creating proper
static documents first. Worry about scripting later.
Quote:
>
I have a JS-function called getObjURL() which should return an URL-
String of an JS-object.
A what of a what? This is what I am talking about. You are jumping
in with both feet before you know what you are getting into.
Quote:
>
In the body part I use something like this:
>
<a href="../mystaticlink.htm?parameter=javascript
:getObjURL()"
target="_blank"...>Linktext</a>
>
but this doesn't work.
Which is hardly surprising. What made you think it would?
Quote:
I also tried:
<a href="../mystaticlink.htm?parameter="+javascript
:getObjURL( )
target="_blank"...>Linktext</a>
Programming by trial and error is not recommended.
Quote:
<a href="../mystaticlink.htm?parameter=<%javascript
:getObjURL( )%>"
You are officially lost.
Quote:
target="_blank"...>Linktext</a>
... and some other stupid things.
Why are you wasting time with stupid things? Have you tried reading
about the subject?
Quote:
>
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?
>
I haven't the slightest idea what you are trying to do here.