Forums
This topic is locked
I can't get insert record with identity to work
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:
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: