PDA

View Full Version : javascript links


tomas
02-12-2004, 11:30 AM
hello forum,

howto get phpdig to follow those links:

<a href="javascript:;" onFocus="if(this.blur)this.blur()" onClick="OpenNewWindow('pdf/abc.pdf','PDF','resizable=yes,width=640,height=480')"><img src="../pix/pdf.gif" width="40" height="80" border="0"></a>

thanks again
tomas

vinyl-junkie
02-12-2004, 05:26 PM
According to the phpDig feature documentation here (http://www.phpdig.net/navigation.php?action=doc#toc3), simple javascript links like window.location() and window.open() will be indexed. Anything more complicated than that most likely won't be.

Perhaps you could post this under the Mod Requests forum topic. If enough users indicated the desire to have it, perhaps Charter would include that in a future release.