I get an ADODB error when trying to view your page.

You're not doing anything wrong using rel, except that the rel
attribute simply won't work because of other javascript you have on
the page.  And without seeing how you wrote the onclick handler, I
can't tell you why it wouldn't pass validation.

Also, don't post your server side scripting snippets - load the page,
view the source, find the *generated* code, and post that.  Impossible
to tell without the end result what is really going on with a chunk of
server side code.

--
Tyler Style
http://malthusian-solutions.com
http://nirdvana.com

J7HNW wrote:
> Hi and thank you for getting back to me
>
> I have made a new test page
>
>
> http://www.rosewoodfurniture.co.uk/rosewood-furnituretest.asp/Product...
>
>
> The head now has the correct path for GB root as per your
> instructions
> ( which was not correct before - thanks )
>
>
> <script type="text/javascript">
>     var GB_ROOT_DIR = "http://www.rosewoodfurniture.co.uk/greybox/
> GreyBox_v5_53/greybox";
> </script>
>
>
> <script type="text/javascript" src="greybox/GreyBox_v5_53/greybox/
> AJS.js"></script>
> <script type="text/javascript" src="greybox/GreyBox_v5_53/greybox/
> AJS_fx.js"></script>
> <script type="text/javascript" src="greybox/GreyBox_v5_53/greybox/
> gb_scripts.js"></script>
> <link href="greybox/GreyBox_v5_53/greybox/gb_styles.css"
> rel="stylesheet" type="text/css" />
>
>
> And on the image - I have linked as follows
>
>
> <a href="/largeimages/<%=(prod.Fields.Item("Prodimg").Value)%>"
> rel="gb_page_fs[]"><img src="/images/<%=(prod.Fields.Item
> ("Prodimg").Value)%>" alt="Rosewood Furniture  -<%=(prod.Fields.Item
> ("Prodid").Value)%> - <%=(prod.Fields.Item("Proddesc").Value)%>"
> border="0" /></a>
>
>
> The page loads correctly - and validates - but the image is opening
> as
> a separate page.
>
>
> I have tried to replace rel - with onclick - but if I do the page
> doesnt validate any more.
>
>
> Please advise what I have done wrong.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"GreyBox" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/greybox?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to