Hi there,
i defined an SSL Connector on port 8448 and when i view
https://localhost:8448
i see the tomcat greeting page with the ssl lock properly visible.
I've created a web appln folder and if i now go to
https://localhost:8448/myfolder
it asks me for the secuirty certificate reject ot not...
Hi there,
The appln is goinf to be accessed within the network only.
And yes since port 80 is being used by another server, we have used port 8200.
Am still not clear about how can i by changing the DocumentRoot directive achieve this:
when i type http://in523:8200 it should open...
Hi all,
We have got apache web server configured at Port 8200.
ServerName IN523.XYZ.COM
In apache httpd.conf file what change will i have to do so that
when i type http://in523:8200 it should open
http://in523:8200/cgi-bin/dycgi03.exe/site/
For BCC
----------
The RecipientType attribute is of the mailRecipientType enumerated type. The values for this enumerated type are mailTo!, mailCC!, mailOriginator!, and mailBCC!. The suffixes stand for the following:
To--The recipient of the message
CC--The addressees receive carbon copies...
Hi there,
Check the MAPI commands in pb. available in the help file.
EX:
mailSession mSes
mailReturnCode mRet
mailMessage mMsg
// Create a mail session
mSes = create mailSession
// Log on to the session
mRet = mSes.mailLogon(mailNewSession!)
IF mRet <> mailReturnSuccess! THEN...
Hi vbkris,
It should work if am using a frameset, its a workaround.
True this wont work if am not using a frameset as mentioned in the url which i've posted.
I checked it out.
Regards
Check if this works for you.....
<HTML>
<HEAD>
<SCRIPT LANGUAGE="JavaScript"><!--
function openWindow() {
if (!window.window2) {
// has not yet been defined
window2 = window.open('apage.html','windowRef','width=100,height=100');
}
else {
// has...
Hi thete,
In MSN explorer when you click on compose to send a mail and then browse across some other site in another instance on the explorer, you can see the blink effect.
I thought that this was done using javascript.
Thanks for any help
Saju
Hi all,
When my page loads completely i want to blink the titlebar to get the users attention. I'm assuming that the user has opened a new web page or minimized my application.
How could i go about this ?
TIA
Saju
hi,
try using SetPosition() function for the frame window .
framewindow.SetPosition(TopMost!).
the other way would be to use an external function like
SetWindowPos(long hwnd, long hmode, int ix, int iy, int cx,
int cy, ulong flags) LIBRARY "USER32.DLL"
HTH
Regards
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.