hi,
ya the code page is same
thanks
User Profile
Collapse
-
hi there,
you need to use the configuaration object for ur settings of smtp server and the port.
something like ths
Code:Set objCDOSYSCon = Server.CreateObject ("CDO.Configuration") objCDOSYSCon.Fields("http://schemas.microsoft.com/cdo/configuration/smtpserver") = "127.0.0.1" objCDOSYSCon.Fields("http://schemas.microsoft.com/cdo/configuration/smtpserverport")
Last edited by Niheel; Aug 22 '06, 05:22 AM.Leave a comment:
-
hi
why dont you get the last inserted id using theSQl last@@Identity.Leave a comment:
-
hi,
hope the following code works
<?php
// File and new size
$filename = 'test.jpg';
$percent = 0.5;
// Content type
header('Content-type: image/jpeg');
// Get new sizes
list($width, $height) = getimagesize($f ilename);
$newwidth = $width * $percent;
$newheight = $height * $percent;
// Load
$thumb = imagecreatetrue color($newwidth ,...Leave a comment:
-
hi,
You need to use with javascript with an onchange event.The onchange event redirects to the asp page where it accepts the textbox values and then displays the result in the combo box or a dropdown.Leave a comment:
-
-
Set objCDOSYSCon = Server.CreateOb ject ("CDO.Configura tion")
objCDOSYSCon.Fi elds ("http://schemas.microso ft.com/cdo/configuration/smtpserver") = "127.0.0.1"
objCDOSYSCon.Fi elds("http://schemas.microso ft.com/cdo/configuration/smtpserverport" ) = 25
objCDOSYSCon.Fi elds("http://schemas.microso ft.com/cdo/configuration/sendusing") = 2
objCDOSYSCon.Fi elds.Update...Leave a comment:
No activity results to display
Show More
Leave a comment: