strange js history question
strange js history question
- Started
- Last post
- 2 Responses
- ctrlRmB
i'm building a site in flash and trying to insert something into a browser windows history using javascript...
can it be done?
like:
history.go()but instead:
history.insert() or history.add...I've searched quite a bit... can't find anything...
- ctrlRmB0
sorry everyone... i got an sql error on the first post... didn't think it went through... sorry for doubling up...
delete... delete... delete
- tomkat0
you will need too add (javascript:) in front of it - without brackets of course..