B
Bob
Using Win2K and OWC 10 ...
I have developed a page that creates a bunch of charts (dynamic based on
query results) The charts display nicely left to right and down the page - I
couldn't be happier ...
Well I could. Now I would like each chart on the page to be a link to a new
page containing only that chart - this would allow the user to go from an
overall view to a particular view. The code below is nested in a loop and
shows the appropriate link in the status bar but left clicking does nothing,
and right clicking indicates nothing regarding a target.
Here's the code:
<a href="./Metrics.asp?Selection=<%=sGraph%>" shape=default>
<object id="<%=sObject%>" classid="<%=sClassID%>" style="<%=sStyle%>">
</object>
</a>
If I add text all works well, but it really hoses up my layout.
I have developed a page that creates a bunch of charts (dynamic based on
query results) The charts display nicely left to right and down the page - I
couldn't be happier ...
Well I could. Now I would like each chart on the page to be a link to a new
page containing only that chart - this would allow the user to go from an
overall view to a particular view. The code below is nested in a loop and
shows the appropriate link in the status bar but left clicking does nothing,
and right clicking indicates nothing regarding a target.
Here's the code:
<a href="./Metrics.asp?Selection=<%=sGraph%>" shape=default>
<object id="<%=sObject%>" classid="<%=sClassID%>" style="<%=sStyle%>">
</object>
</a>
If I add text all works well, but it really hoses up my layout.