I placed your code but it is not working. Maybe you have another trick up your sleeve or maybe you can explain that statment so i can understand how it works and maybe get it to work in my ASP page - Thanks
How do i avoid my ASP text editor from including those characters as it is running my format of my HTML viewing. Here is my code and towards the end i do have a routine that should replace the </BR> with CRLF. Please have a look thanks...
<%
Response.Expires = 0
Response.Expiresabsolute =...
Can anyone help to convert this code so that it will work in a ASP enviorment - Thanks
<?
$new = "editField=".$escaped;
$fp = fopen( $filename,"w+");
fwrite($fp, $new);
fclose( $fp );
print "status=save successful";
I do not think that will work as that code has fixed text to write to the file.
Here is some addtional informaiton.
I have a TXT file that is viewable from a HTML page which has dates and subjects in it.
I want to create another page that would allow dme to edit and add addtional text to that...
I was wondering if someone might be able to point me in the right direction to be able to communicate with outlook from an on-line DB?
I have and on-line db with calender events that are changed and added on a daily basis, i would like somehow to have Outlook be able to get those calender...
In my page/form, the records from my DB are not being pulled into the page in the same order.
For example how would i make the records disply from oldest to newest using the Date Field?
Thanks in advance
How do i take an input box andsubit button and pass the parameters to another page.
To expand on what i am doing is i have an Input box that requires the user to input a date. From there to press the button which will go to another page and hence filter all the records for that date.
Please...
Ok that works great and actualy pulls the value, but the prolem is that i want to use that reference to delete a record, and as soon as i use that expression the input box becomes unbounded, and of course when i beind it again it lose the request query string.
Please help agin thanks, if it...
Ok, on my first page/form (ASP) i have a parameter and it is succesfully passing it to my second page/form (ASP) via the URL.
My question is Now how do i get that paramter in a Input Box or some sort of text box?
Please help - Thanks
I use GL6, so basicaly they are bound by the table name and field name. Here is a sample code:
</tr>
<tr height="32">
<td cslocked content csheight="32" width="48" height="32" valign="top" xpos="0"><label><font...
I have not add any values i the input box, they are just bounded to the record set, the problem is that i need the fields to come up blank instead of showing the last record. Secondly upon entering the information into the fields how do i get that new record posted to the DB?
I have added a...
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.