Forums

This topic is locked

I can't get insert record with identity to work

Posted 30 Jul 2003 18:45:42
1
has voted
30 Jul 2003 18:45:42 Dick Fay posted:
My hard drive crashed and I think I restored about everything.

However I can not get insert record with identity to work. I get a java script error.

Help

Replies

Replied 18 Aug 2003 16:53:41
18 Aug 2003 16:53:41 John Dixon replied:
Any chance of posting the URL?
Replied 25 Aug 2003 00:10:17
25 Aug 2003 00:10:17 Simon Martin replied:
I had that problem too... Here's how to fix it:

Locate InsertRecordWithIdent.htm. (On Windows XP, its location is C:\Documents and Settings\Username\Application Data\Macromedia\Dreamweaver MX\Configuration\Server Behaviors\ASP_Vbs\InsertRecordWithIdent.htm). Open the file in a text editor and scroll down to line 12:

<SCRIPT SRC="../EditOperations.js"></SCRIPT>

Change the path to EditOperations.js to the following

<SCRIPT SRC="../Shared/EditOperations.js"></SCRIPT>

Save the file and launch Dreamweaver MX. This time, you should be able to use George Petrov's extension without raising a JavaScript error:

Reply to this topic