This content has been marked as final.
Show 7 replies
-
1. Re: spry validation textfield widget
Stuart Haiz Dec 13, 2008 7:21 AM (in response to Stuart Haiz)Follow-up info:
I'm on OSX 10.5.5 & testing is being done from sites folder as localhost. Both my .js & .css files are in the SpryAssets folder & the paths are accurate.
I've also followed David Powers advice in his DWCS3/CSS/Ajax/PHP book - result is the same. -
2. Re: spry validation textfield widget
Newsgroup_User Dec 13, 2008 7:25 AM (in response to Stuart Haiz)Can you post a URL to the page?
--
Ken Ford
Adobe Community Expert Dreamweaver/ColdFusion
Adobe Certified Expert - Dreamweaver CS3
Adobe Certified Expert - ColdFusion 8
Fordwebs, LLC
http://www.fordwebs.com
http://www.cfnoob.com
"Sirius7" <webforumsuser@macromedia.com> wrote in message news:gi0jt0$7ec$1@forums.macromedia.com...
> Follow-up info:
>
> I'm on OSX 10.5.5 & testing is being done from sites folder as localhost. Both
> my .js & .css files are in the SpryAssets folder & the paths are accurate.
>
> I've also followed David Powers advice in his DWCS3/CSS/Ajax/PHP book - result
> is the same.
> -
3. Re: spry validation textfield widget
Stuart Haiz Dec 13, 2008 8:05 AM (in response to Stuart Haiz)Hi Ken
Thanks - just unprotected the directory as it's still in development...
http://www.designermagic.co.uk/hobarts/freemagazine.php
I've not added validation to the dropmenu or checkboxes yet. -
4. Re: spry validation textfield widget
Newsgroup_User Dec 13, 2008 8:13 AM (in response to Stuart Haiz)This is causing a JavaScript error and not allowing the Spry JavaScript to run:
if (window.location.search.substring(1) != "")
{
window.frames['PropertiesFrame'].location.href =
" http://powering.expertagent.co.uk/CustomSearch.aspx?ShowSearchFirst=false&aid={76C20EAB-05 89-4AEB-A7BE-CE3182F07285}&" +
window.location.search.substring(1)
}
else
{
window.frames['PropertiesFrame'].location.href =
" http://powering.expertagent.co.uk/default.aspx?aid={76C20EAB-0589-4AEB-A7BE-CE3182F07285}& dep=1"
}
Remove it and the Spry will run.
--
Ken Ford
Adobe Community Expert Dreamweaver/ColdFusion
Adobe Certified Expert - Dreamweaver CS3
Adobe Certified Expert - ColdFusion 8
Fordwebs, LLC
http://www.fordwebs.com
http://www.cfnoob.com
"Sirius7" <webforumsuser@macromedia.com> wrote in message news:gi0mfo$ad0$1@forums.macromedia.com...
> Hi Ken
>
> Thanks - just unprotected the directory as it's still in development...
>
> http://www.designermagic.co.uk/hobarts/freemagazine.php
>
> I've not added validation to the dropmenu or checkboxes yet.
>
-
5. Re: spry validation textfield widget
Stuart Haiz Dec 13, 2008 8:39 AM (in response to Stuart Haiz)Thank you for your time & help Ken - I will look at this properly on Monday, as the agent is going to need (part or something like this) for their property searches.
At least now I can pinpoint the problem.
Thanks again. -
6. Re: spry validation textfield widget
Stuart Haiz Dec 13, 2008 8:56 AM (in response to Stuart Haiz)Ken - I have sorted this out now, without removing the script. I just had to move the validation script into it's own tags so thank you for the directions! -
7. Re: spry validation textfield widget
Newsgroup_User Dec 13, 2008 9:02 AM (in response to Stuart Haiz)Glad you got it sorted!
--
Ken Ford
Adobe Community Expert Dreamweaver/ColdFusion
Adobe Certified Expert - Dreamweaver CS3
Adobe Certified Expert - ColdFusion 8
Fordwebs, LLC
http://www.fordwebs.com
http://www.cfnoob.com
"Sirius7" <webforumsuser@macromedia.com> wrote in message news:gi0pgk$e0j$1@forums.macromedia.com...
> Ken - I have sorted this out now, without removing the script. I just had to move the validation script into it's own tags so
> thank you for the directions!


