# Kirupa tutorial error

**URL:** https://forum.kirupa.com/t/kirupa-tutorial-error/219853
**Category:** programming
**Created:** [March 20, 2007, 6:10pm UTC](https://forum.kirupa.com/t/kirupa-tutorial-error/219853 "2007-03-20T18:10:56Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![wirefree](https://avatars.discourse-cdn.com/v4/letter/w/a587f6/32.png) [@wirefree](https://forum.kirupa.com/u/wirefree)
#### Post date: [March 20, 2007, 6:10pm UTC](https://forum.kirupa.com/t/kirupa-tutorial-error/219853/1 "2007-03-20T18:10:56Z")

</div>

hey

I am following the following tute on creating forms w/ datebase access:

[http://www.kirupa.com/developer/actionscript/forms\_database.htm](http://www.kirupa.com/developer/actionscript/forms_database.htm)

All’s well as for creating it.

My concern is with testing it locally as the code for ‘submit’ button refers to a URL

```auto

on(press){
getURL("http://yourSite.com/processForm.asp",0,"post");
}

```

Wud appreciate some advise here.

cheers,  
wirefree
