Hi There
I have a centrino laptop with an intel wireless (built in). I have a wireless network at home, and one at the office. The one at the office uses no network name or security, and uses DHCP, but at home I use static IP and have a network name and a 64bit key for security.
I have read...
Hi There
At school I connect through a wireless network, but I have to go to a page and put in my login name and password and the like. In ZoneAlarm, I'd just allow the IP address of the server to come in (it's trying to ping me), but in Kerio (4) I can't make it work.
ZoneAlarm's newest...
Hi everyone
Here's an easy one I think. I want to add an action to every button I ever use. It's something stupid I'm just playing with where I'm making a bubble appear randomly on the screen and float up everytime someone hits a button. I have the code for it all worked out and in it's own...
Actually...it doesn't seem to work...I've sent it to Netscape and back to Outlook, and each time it displays (perfectly) as HTML...I'll have to look into this.
B
Hi tviman
It can be done that way, but most email clients that read HTML can read a Multipart/MIME message and ignore the text only part. Viewers whose clients can't read HTML only recognize the text (or at least see it at the top of their screen if you've done it right).
Regardless - I still...
Hi Folks
I'm not sure if this is the right forum to ask in, but I thought I'd try. I've made an email newsletter that is a multipart MIME email. I want to test out how it looks on a text only email client, but can't figure out how to configure any of the ones I have (Outlook and Netscape...
No one huh?
Well, I just realized that it wasn't the content_table class you needed, it was the mainsection code...
#mainsection {
padding: 3px;
background-color: #ffffff;
border: 1px #000000 solid;
left: 10px;
position: absolute;
top: 134px;
width: 700px;
z-index: 1;
height: 100%;
For anyone searching for the answer, I've found it...Use your connection object (dbObj in this example), and use the following commands:
dbObj.BeginTrans
dbobj.RollbackTrans
dbobj.CommitTrans
It's pretty easy...
B
I'm thinking out loud here...You're using VBScript, right...
How about taking the substrings between the quotation marks, replacing all the commas within them with some other type of marker (I don't know, make one up like &comm;), then putting them back in place into the csv file before...
Hi Folks
I've read a bit about MTS - but I'm not sure it applies to what I want to do. I simply want to be able to commit, begin and rollback SQL transactions (on an access database) from an ASP page. So I've tried what seems obvious - passing it as I would any other SQL statement...
Hi There
I'm essentially coding a find and replace method, but I don't want to use the replace function...Let me explain. I want to find phrases that fit a certain wildcard description, select them, do something to them and then put the resulting string back where they were. This works great...
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.