Forum: ASP Jan 20th, 2008 |
| Replies: 1 Views: 4,366 Hello,
I have a dropdown list (single row only) of languages. If I select 'English", the page will reload, it will pass a variable of the Language ID, and all records in English will display in... |
Forum: ASP Oct 9th, 2006 |
| Replies: 2 Views: 1,978 Gee, thanks. That would help. You have mentioned xmlhttp(??) Sorry, but i'm not familiar with it. :confused: By the way, all values are generated from a database.
Have a nice day!!:) |
Forum: ASP Oct 7th, 2006 |
| Replies: 2 Views: 1,978 hello,
pls help.:-|
i have 3 dropdown lists: country, city and area. when i select a country, the values in the city and area dropdown lists should change automatically without reloading the... |
Forum: ASP May 12th, 2006 |
| Replies: 2 Views: 6,540 hi,
i have a problem in passing multiple checkbox values.
the page displays records (pending invoices). each record has a checkbox on the last column. the user must check the boxes of the... |
Forum: ASP Mar 27th, 2006 |
| Replies: 1 Views: 2,107 hi again,
i just found the solution. thnks anyway. :)
have a nice day! |
Forum: ASP Mar 27th, 2006 |
| Replies: 1 Views: 2,107 hi,
i have a popup which asks for a date. when clicked, it will close and display the records created on that date on a new page. the format passed is d/m/yyyy.
a portion of my sql is as... |
Forum: ASP Mar 3rd, 2006 |
| Replies: 1 Views: 2,619 hi peeps,
i have here a code of the contents in a field fetched from the database. the ProductID is looped until all are displayed, which depends on the sql. i put a comma after a ProductID so... |
Forum: ASP Jan 31st, 2006 |
| Replies: 1 Views: 6,860 hello,
i have two dropdown listboxes: one is for the countries, the other one's for the areas. in the 'countries' listbox, the user can select multiple values. what he selects, the second listbox... |
Forum: ASP Jan 2nd, 2006 |
| Replies: 1 Views: 2,606 hello,
i want to create a login page that has a 'remember me' checkbox. if that checkbox is checked and the submit button is clicked then the next time that user open/visit the login page, the... |
Forum: ASP Nov 8th, 2005 |
| Replies: 5 Views: 2,270 hi again,
sorry if you find me stubborn :o but ah, hope this would be my last question regarding this. the code's ok now. :)
well actually, i would like to try something different. inside the do... |
Forum: ASP Nov 7th, 2005 |
| Replies: 5 Views: 2,270 hi,
just thanking you for the reply. :surprised
i just hope there's a way i can put a single button that can be used to transfer the IDs of whichever record selected :sad:, just like a datagrid... |
Forum: ASP Nov 7th, 2005 |
| Replies: 1 Views: 12,162 hi,
actually, my question is about jmail in asp.
i attached an image file in my email.
i tried to make it appear in the email message but it does not.
does anybody know how to display images... |
Forum: ASP Oct 18th, 2005 |
| Replies: 3 Views: 3,617 wud it be possible if i use table not a dropdown list? :rolleyes:
thanks. |
Forum: ASP Sep 30th, 2005 |
| Replies: 3 Views: 3,617 I have a table displaying the list of vendors from the database.
I have to select one row (vendor details).
For VendorID:
------------------------Start---------------------
<table>
<tr>
... |
Forum: ASP Sep 30th, 2005 |
| Replies: 5 Views: 2,270 I have a table displaying the list of vendors from the database.
I have to select one row (vendor details).
For VendorID:
------------------------Start---------------------
<table>
<tr>
... |