mission
Member
Posts: 16
Registered: 9/28/2005
Member Is Offline
|
| posted on 9/28/2005 at 01:20 PM |
|
|
How can I turn off the javascript alerts?
Hi I am using the vb_db and have your default table with links in. When I run the menu the links all pop up a javascript alert box, where is the
switch to disable this feature please.
I have look but without any luck.
|
|
|
mission
Member
Posts: 16
Registered: 9/28/2005
Member Is Offline
|
| posted on 9/28/2005 at 02:10 PM |
|
|
It's ok I have found it in the items.asp page
|
|
|
jonrl
Junior Member
Posts: 2
Registered: 6/15/2006
Location: Alaska
Member Is Offline
|
| posted on 6/15/2006 at 11:05 AM |
|
|
Javascript followup
I see the javascript:linkcheck on Ln 37 of items.asp. How do I modify this line so that I go to the page directly instead of having the url pop up in
a window.
| Quote: | Originally posted by mission
Hi I am using the vb_db and have your default table with links in. When I run the menu the links all pop up a javascript alert box, where is the
switch to disable this feature please.
I have look but without any luck. |
|
|
|
tigra
Administrator
Posts: 1982
Registered: 6/17/2002
Location: US, CO
Member Is Offline
|
| posted on 6/15/2006 at 01:15 PM |
|
|
echo " ['$row[$cfn]', \"javascript:linkCheck('$clink')\", ";
to
echo " ['$row[$cfn]', '$clink', ";
|
|
|