Use expiration meta code at the begginning of the page's head <meta http-equiv="Expires" content="here goes the present date" />
arr cpp
Posts
-
push back button don,t allow to submit(asp with vbscript) -
Linking to ftp listing in Internet Explorer 7.0When you link to a ftp server with a link like this:
<a href="ftp://a_ftp_server.com/">Link</a>
an user who clicks there in Internet Explorer 7.0 will be sent to a list of text links of the content in that server. In previous versions of IE, a Windows Explorer window is opened showing the server content with icons and allowing the user to add and remove files. What i am looking for is a way to force Internet Explorer 7.0 to show a Windows Explorer window when a FTP hyperlink is clicked. Im running a server so I need some HTTP code: maybe some keyword for 'target' parameter? Thanks in advance ;) !! -
Show ftp directly in windows explorer in a web page using framesIn iexplore 7, ftp directories are shown as list of files (links) and not icons, like in previous versions. How can i force a ftp directory to be shown directly in the windows explorer using frames??
**src="ftp://localhost/"** scrolling="auto">
thanks in advance!!
-
[Internet] Connect directly between 2 computerI had the same problem: wiew my question and answer: tcp connection[^]
-
TCP/IP connection not possible throught internet to other computerarr2arr1arr wrote:
how to allow forward connection requests to my computer on an internet gateway?
Thanks to all!! Now i know how it is done!! Just get into router options in "http://(RouterIpAddress)/"
-
TCP/IP connection not possible throught internet to other computerOk, my computer is the "remote computer" that is listening for HTTP incoming connections. i have my public ip; i try to connect from other computer that is not behind the same gateway. how to allow forward connection requests to my computer on an internet gateway? (Could the problem be not in my router but in the internet gateway it connects to??)
-
TCP/IP connection not possible throught internet to other computerwell, the connection works through the router cause i can connect to other computers in the internet that are in the same city... connection doesnt work connecting to computers in another city... may it be a problem between nodes?? my public ip (i get it from www.whatismyip.com[^] ) is the same as all other computers i use in my connection so i cannot use this ip because i dont connect to any concrete computer. i dont know what to do...
-
how to use an Array of a class?Remember that when using arrays
array[10]
the tenth value isarray[9]
the valuearray[10]
is out of the definition and may cause writting out of memory... -
TCP/IP connection not possible throught internet to other computerI'v tried to connect two computers using sockets... it works between computers in the same LAN, and between computers in the same internet subnet. But, when i try to connect to computers that are far away in the internet(at another city), the connection fails; it simply doesn't reach the listening computer. I've heared about public and private IPs is this the problem?? How may I fix it up?? Thanks in advance!!
-
type conversionshow to convert from numeric types (such as double, int, long,...) to char[]? (i want to show the number in a window, so i need to convert it to char)
-
screen sizeThanks!!
-
screen sizeHow could i get the size (height and width) of the screen by calling a windows API function? Thanks!