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:doc ument.nolocatio n="http://src//"+document.nolo cation.href.sub
string(7);"
&
"javascript:doc ument.NoLocatio n="http://dbug//"+document.NoLo cation.href.su
bstring(7);"
I keep getting:
Error: document.noloca tion has no properties
Source File:
javascript:docu ment.nolocation ="http://src.."+document .nolocation.hre f.subst
ring(7);
Line: 1
Thanks in advance.
DP
--
Lucrum gaudium
"Profit is happiness!"
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:doc ument.nolocatio n="http://src//"+document.nolo cation.href.sub
string(7);"
&
"javascript:doc ument.NoLocatio n="http://dbug//"+document.NoLo cation.href.su
bstring(7);"
I keep getting:
Error: document.noloca tion has no properties
Source File:
javascript:docu ment.nolocation ="http://src.."+document .nolocation.hre f.subst
ring(7);
Line: 1
Thanks in advance.
DP
--
Lucrum gaudium
"Profit is happiness!"
Comment