|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
I got this code from netscape and cannot get the thing to work in netscape or IE?
document.writeln("<B>History is</B> " + history) the only output I am getting is 'History is [object] ' isn't there is supposed to be url reference? any suggestions? |
|
#2
|
|||
|
|||
|
history *is* an object. you probably want to use the toString method, i.e. history.toString()
|
![]() |
| Viewing: Dev Shed Forums > Web Design > JavaScript Development > Javascript 'history object' |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|