Hejsan.. Följande skriver ut " i variabeln... Detta kan också funka med javascript innan pop.Skicka med html och javascript i variabel
Jag har lite problem med " tecken i en variabel som ska innehålla ett enkelt javascript och html.
url = "<a href=" & hemsida & " onmouseover="pop('variabel')" onmouseout="hide()">"
Vill även att variabeln hemsida ska in i "pop('variabel')".
Oerhört tacksam för hjälp...Sv: Skicka med html och javascript i variabel
<code>
url = "<a href=""" & hemsida & """ onmouseover=""pop('" & hemsida & "')"" onmouseout=""hide()"">"
</code>
Mvh,
ThomasSv: Skicka med html och javascript i variabel
<code>
url = "<a href=""" & hemsida & """ onmouseover=""javascript:pop('" & hemsida & "')"" onmouseout=""hide()"">"
</code>