Code works with Mozilla, but not with other browsers...
Please support our PHP advertiser: Free Online Load Test - How many visitors can your web site handle?
Thread Solved
![]() |
•
•
Posts: 30
Reputation:
Solved Threads: 1
Hello,
This is just an extraction from the code.
The code below works really well in Mozilla Firefox, but does not work with the <a> and <font> tags in any other browsers. When I remove <a> and <font> tags, it works in other browsers...
If anyone can spot the problem, I will really appreciate your help.
Sincerely
This is just an extraction from the code.
The code below works really well in Mozilla Firefox, but does not work with the <a> and <font> tags in any other browsers. When I remove <a> and <font> tags, it works in other browsers...
If anyone can spot the problem, I will really appreciate your help.
Sincerely
$vas= $row['Name'];
echo "document.getElementById(\"Layer1\").innerHTML = document.getElementById(\"Layer1\").innerHTML + <font size='3'> <a href = \"#\" onclick=\"ShowPicture('$varr')\" >". $vas ."</a></font>; ";
•
•
Posts: 30
Reputation:
Solved Threads: 1
Thanks, i just resolved it myself. I missed the single inverted commas...
echo "document.getElementById('Layer1').innerHTML = document.getElementById(\"Layer1\").innerHTML + '<font size=\'3\'><a href=\"#\" onclick=\"ShowPicture(\'$varr\')\" >".$vas ."</a></font><br />'; ";
![]() |
Similar Threads
Other Threads in the PHP Forum
- Expandable Javascript Text Block Problem (JavaScript / DHTML / AJAX)
- window.close() problems (JavaScript / DHTML / AJAX)
- Upgrade phpBB to vBulletin? (Growing an Online Community)
- Background image? Z-Index? (HTML and CSS)
- javascript works in IE but not working in firefox (JavaScript / DHTML / AJAX)
- javacript code not working in firefox but works fine in IE (HTML and CSS)
- Difference between Firefox and IE (JavaScript / DHTML / AJAX)
- Style properties are ignored by Mozilla browser... (ASP.NET)
- Please help me make this script work in Netscape (JavaScript / DHTML / AJAX)
Other Threads in the PHP Forum
- Previous Thread: Text Fader
- Next Thread: user/admin interaction
•
•
•
•
Views: 339 | Replies: 1 | Currently Viewing: 1 (0 members and 1 guests)





Linear Mode