|
|
Q911 Are there any instances where the use of javascript: in a href attribute causes problems?
irt.org | Knowledge Base | JavaScript | Link | Q911 [ previous next ] Q911 Are there any instances where the use of javascript: in a href attribute causes problems?This is okay:
However, the following can cause problems:
It can cause a blank page to be loaded with the text: javascript:history.back() displayed. Change it to something like:
Better yet make them browser friendly:
Feedback on 'Q911 Are there any instances where the use of javascript: in a href attribute causes problems?' |
-- div -->
|