Author |
Topic |
|
tinem
Junior Member
Denmark
209 Posts |
|
HuwR
Forum Admin
United Kingdom
20584 Posts |
Posted - 19 April 2005 : 09:12:10
|
I get this error
Microsoft VBScript compilation error '800a0401'
Expected end of statement
/tine_gaia_snitz_forum/Lang1030.asp, line 324
strLangFaq01240 = "Hvis du trykker på ""Klipsen"" [ url="http://www.tinemuller.dk/tine_gaia_snitz_forum/div/"][ img ]klips.gif[ /img ][ /url ] nedenfor beskedvinduet...
--------------------------------------------------------^
the error is because you have un-escaped " in your string, you need to make sure that they are all "" otherwise it breaks your string at the " |
|
|
tinem
Junior Member
Denmark
209 Posts |
Posted - 19 April 2005 : 10:06:46
|
Thanks for your tip. Are you saying that I should make 2 instead of 1 of this ""
but it's still not showing the image but now show this http://www.tinemuller.dk/tine_gaia_snitz_forum/faq.asp#attach
|
This account was hacked by that very honest guy, Image. Better take care with your personal data, if you register to his forums or he will hack into your account here, as well. |
Edited by - tinem on 19 April 2005 10:12:28 |
|
|
masterao
Senior Member
Sweden
1678 Posts |
Posted - 19 April 2005 : 13:21:48
|
Are you using the faq-mod? If so, you must enter the correct url and forum code for the image
[url="http://www.tinemuller.dk/tine_gaia_snitz_forum/div/"][img]http://www.tinemuller.dk/tine_gaia_snitz_forum/div/klips.gif[/img][/url]
That should display the image and make it a link with the url http://www.tinemuller.dk/tine_gaia_snitz_forum/div/.
If you aren't using the faq-mod, you must use normal html-tags to display the image. |
Jan =========== FR Portal Forums | Active Users 4.0.20 Mod |
|
|
tinem
Junior Member
Denmark
209 Posts |
|
HuwR
Forum Admin
United Kingdom
20584 Posts |
Posted - 19 April 2005 : 14:02:43
|
it was moved here because problem related to Lang1030.asp which is not a standard Snitz file |
|
|
masterao
Senior Member
Sweden
1678 Posts |
Posted - 19 April 2005 : 17:07:17
|
Sorry tinem, I posted my first reply in a hurry. Now that I took more time to read the problem, I have a better answer.
quote: strLangFaq01240 = "Hvis du trykker på ""Klipsen"" <img src=""http://www.tinemuller.dk/tine_gaia_snitz_forum/div/klips.gif"" border=""0""> nedenfor beske...
That should give the result you want. |
Jan =========== FR Portal Forums | Active Users 4.0.20 Mod |
|
|
tinem
Junior Member
Denmark
209 Posts |
Posted - 20 April 2005 : 01:10:23
|
Thanks - now it's functioning. :-)
But I don't understand why it's told here to use this codes http://www.tinemuller.dk/tine_gaia_snitz_forum/faq.asp#hyperlink But maybe it's because it's a link?
Where could I have read about the way you told me to - how to put in a image?
|
This account was hacked by that very honest guy, Image. Better take care with your personal data, if you register to his forums or he will hack into your account here, as well. |
|
|
masterao
Senior Member
Sweden
1678 Posts |
Posted - 20 April 2005 : 11:00:54
|
Im glad you got it working.
The code I posted first is for displaying an image in a post, or anywhere else where you can use forum code works. It doesn't work when used in html. |
Jan =========== FR Portal Forums | Active Users 4.0.20 Mod |
|
|
tinem
Junior Member
Denmark
209 Posts |
Posted - 21 April 2005 : 00:58:29
|
Thanks for your help. I have now made my code looks like this
<img src=""klips.gif"" border=""0"">
and everything is working the way it should - http://www.tinemuller.dk/tine_gaia_snitz_forum/faq.asp#attach
|
This account was hacked by that very honest guy, Image. Better take care with your personal data, if you register to his forums or he will hack into your account here, as well. |
|
|
|
Topic |
|