I need to pass data from one web page to another.
For example I have 10 products, when the user clicks the price of the product I need to load a new page which can display data from the first page such as description, price, quantity etc.
not sure if i need to do this in PHP or if it can be done in HTML?
Any help appreciated.
thanks
User Profile
Collapse
-
Pass data to another page?
-
Pass data to another page?
I need to pass data from one web page to another.
For example I have 10 products, when the user clicks the price of the product I need to load a new page which can display data from the first page such as description, price, quantity etc.
not sure if i need to do this in PHP or if it can be done in HTML?
Any help appreciated.
thanks -
How to add Outlook Signature using VB & MAPI
Hi,
Does anyone know how to add the default Outlook/Outlook Express Signature using VB6 & MAPI.
I have the code to send the message working fine but just need to have the signature file added to new mails.
Thanks
Andy -
'run time 440' Automation error
Hi,
One of my users is getting 'run time 440' Automation error' when using the delete key in a textbox or sometimes when clicking on an item in a listbox with Windows XP.
I thought this may be a mismatched or incorrect versions of the VB6 SP6 runtime files so supplied him with a setup program to re-install these along with all other dll's & ocx's used but the problem still exists.
Any help with this... -
Exporting and formating Excel Spreadsheet from VB6
Hi, I have the following code to export to a new Excel spreadsheet. What I need to do is format the cells. How can I change the font, font size and colour and most importantly the cells background color.
Thanks in advance.
Private Sub Command1_Click( )
Dim appxl
Dim Book As Excel.Workbooks
Dim Wsheet As Excel.Worksheet
FileName = "c:\new.xls "
Set appxl = CreateObject("E xcel.Applicatio n")... -
Thanks Manpreet, just what I needed. -
Bound/Unbound Data Report?
I have a small VB6 program that uses Random Access Files. The data is stored in type decs. Can I bind this data to the Data Report or duplicate the data into a recordset and then use this in the data report? Thanks.
No activity results to display
Show More
Leave a comment: