Hey, I have a page with the couple of check boxes, they have the same name and the diferent values. When user send the form with the checked checkboxes I catch the name of the checkbox on the next page and trying to do an insert into db. The problem is they have the same name and the value are...
Hey, i need to refresh a page when the session ends, or when the browser colses. Does somebody know how to do that? I tryed to use OnSessionEnd and it did't work. Any ideas?
Thanx
i want to do an update when the session is finished or when the browser is closing how can i do that i tryed to do that by using global.asa file but it it's not working so how can i do that
Hey
I got a couple of rows and for example i allways add them
and when i show them on the web page which refreshs every couple of seconds i want to show only 10 of them if there is
more than 10 rows of data in db i want it to delete the top one but if couple of people inserting the data in db...
People i got a little problem with refresh
when i sumit a form it goes on the next page
then i need to refresh the page.
<javascript>
location.reload()
</javascript>
and then i got some alert window and it says:
The page cannot be refreshed without resending the information.........
So is...
People i need some help.
How can i do an insert?
Please help.
Here's the source:
First Page:
<cfquery name = "name" datasource = "datasource" dbtype = "dbtype">
SELECT
id,
description
FROM table
WHERE id = 0
ORDER BY description
</cfquery>
<form action =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.