S
splatter
Hey all,
I'm trying to get a java bookmark to work from my browsers address field
which is supposed to send a prefix + reload the current page from my proxy
&
return a special view depending on the prefix. "src=source, dbug=debug,
bypass=ignore all filters" etc....
So what is wrong with these? I'm only listing two.
I have tried
"javascript:document.nolocation="http://src//"+document.nolocation.href.sub
string(7);"
&
"javascript:document.NoLocation="http://dbug//"+document.NoLocation.href.su
bstring(7);"
I keep getting:
Error: document.nolocation has no properties
Source File:
javascript:document.nolocation="http://src.."+document.nolocation.href.subst
ring(7);
Line: 1
Thanks in advance.
DP
I'm trying to get a java bookmark to work from my browsers address field
which is supposed to send a prefix + reload the current page from my proxy
&
return a special view depending on the prefix. "src=source, dbug=debug,
bypass=ignore all filters" etc....
So what is wrong with these? I'm only listing two.
I have tried
"javascript:document.nolocation="http://src//"+document.nolocation.href.sub
string(7);"
&
"javascript:document.NoLocation="http://dbug//"+document.NoLocation.href.su
bstring(7);"
I keep getting:
Error: document.nolocation has no properties
Source File:
javascript:document.nolocation="http://src.."+document.nolocation.href.subst
ring(7);
Line: 1
Thanks in advance.
DP