Web Design Web Design Forum
Registration is free! Here you can view your subscribed threads, work with private messages and edit your profile and preferences Calendar Find other members Frequently Asked Questions Search
Home Web Design

Convenient web based access to our favorite web design Usenet groups

web design reviews

This is Interesting: Free Magazines for Graphics designers and webmasters  





  Last Thread  Next Thread
Author
Thread Post New Thread   

Re: Dynamic Database Driven Website
 

JP Sevillano




quote this post edit post

IP Loged report this post

Old Post  08-31-04 - 04:15 AM  
Hi Les,
Thanks for your help..
I did the changes but what I have now is....

How can I have the link to the database and link it.
I have two different tables and two connections.

1 Recordset(Billing_History)
2 Recordset(RSimages)

<tr>
<td><span class="style1"><a
href="http://intranet/apps/EBillingAdmin/(value)"><img
src="../images/look.gif" width="17" height="17" border="0"></a></span></td>
<td>&nbsp;</td>
</tr>

its not working.




Post Follow-Up to this message ]
Re: Dynamic Database Driven Website
 

Les Matthews




quote this post edit post

IP Loged report this post

Old Post  08-31-04 - 05:16 PM  
See comments below.

"JP Sevillano" <sevilju@friedfrank.com> wrote in message
news:ch05pg$r89$1@forums.macromedia.com...
> Hi Les,
> Thanks for your help..
> I did the changes but what I have now is....
>
> How can I have the link to the database and link it.
> I have two different tables and two connections.

I assume you mean two recordsets - you need only one connection.

> 1 Recordset(Billing_History)
> 2 Recordset(RSimages)
>
> <tr>
>     <td><span class="style1"><a
> href="http://intranet/apps/EBillingAdmin/(value)"><img
> src="../images/look.gif" width="17" height="17"
border="0"></a></span></td>
>     <td>&nbsp;</td>
>   </tr>

The link should look more like:
<a
href="http://intranet/apps/EBillingAdmin/<%=(RSimages.Fields.Item("invoiceUR
L").Value)%>">

If you are storing the entire absolute URL, then:
<a href="<%=(RSimages.Fields.Item("invoiceURL").Value)%>">

> its not working.

How so? What do you expect it to do that it is not?




Post Follow-Up to this message ]
Sponsored Links
 





All times are GMT. The time now is 03:32 PM. Post New Thread   
  Previous Last Thread   Next Thread next
Dreamweaver archive | Show Printable Version | Email this Page | Subscribe to this Thread

Popular forums

Adobe Photoshop forum Macromedia Flash Web Site Design
Dreamweaver FrontPage forum
JavaScript Forum XML forum
Style Sheets VRML
Forum Jump:
Rate This Thread:

 

XML RSS Feed web design latest articles Syndicate our forum via XML or simple JavaScript

Web Design archive  Database administration help  


Top Home  -  Register  -  Control Panel   -  Memberlist  -  Calendar  -  Faq  -  Search Top