|
You cans till use JavaScript to accomplish this without need to use asp.net.
In any case: what the hell are you doing using VB.Net??? C'mon, you're a bright (if a little old) lad: dig out the c# and learn something useful!
me, me, me
"The dinosaurs became extinct because they didn't have a space program. And if we become extinct because we don't have a space program, it'll serve us right!"
Larry Niven
|
|
|
|
|
Work ule, I am under instructions only to use VB as my boss doesn't DO C#!
------------------------------------
I will never again mention that I was the poster of the One Millionth Lounge Post, nor that it was complete drivel. Dalek Dave
|
|
|
|
|
Just taken a look at it in Firefox using Firebug, and got these headers back:
Date: Wed, 31 Mar 2010 17:37:45 GMT
Server: Apache/2.2.11 (Unix) PHP/4.4.8 with Suhosin-Patch mod_ssl/2.2.11 OpenSSL/0.9.7m mod_apreq2-20051231/2.6.0 mod_perl/2.0.3 Perl/v5.8.7
Last-Modified: Wed, 31 Mar 2010 10:56:33 GMT
Etag: "54f713b-273e-4831699669a40"
Accept-Ranges: bytes
Content-Length: 10046
Content-Type: text/plain
This looks like a linux server to me - I doubt if it supports Asp.Net.
|
|
|
|
|
|
I have confirmed that with the host company!
Had to rewrite in HTML/Javascript.
see here[^]
Still in development, so don't trash me yet please!
------------------------------------
I will never again mention that I was the poster of the One Millionth Lounge Post, nor that it was complete drivel. Dalek Dave
|
|
|
|
|
Dave, read this blog, it will give you reasons to be hopeful for running asp.net on an Apache web server http://weblogs.asp.net/israelio/archive/2005/09/11/424852.aspx[^] the mod_aspdotnet referenced has been updated and can be found here http://sourceforge.net/projects/mod-aspdotnet/[^]
Some advice for you (not meant to trash) ...
(1) Put style into an external style sheet and use proper naming convention.
(2) Try using div tags and not table. The use of the table tags are so yesterday.
(3) Restructure your file system so that images, js code, CSS go in their own folders
modified on Thursday, April 1, 2010 6:49 AM
modified 1-Aug-19 21:02pm.
|
|
|
|
|
Richard A. Abbott wrote: (1) Put style into an external style sheet and use proper naming convention.
Just laziness on my part, but I understand your point.
Richard A. Abbott wrote: (2) Try using div tags and not table. The use of the table tags are so yesterday.
Well, I am an old man(43), and Tables are easy.
Richard A. Abbott wrote: (3) Restructure your file system so that images, js code, CSS go in their own folders
I have an image file, and cannot understand what they are doing in the main file, I shall move them, as for the .js, a matter of moments to correct that.
------------------------------------
I will never again mention that I was the poster of the One Millionth Lounge Post, nor that it was complete drivel. Dalek Dave
|
|
|
|
|
hi to all
any one can help me
please sort out this problem asap
It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS.
rizvan sivally
|
|
|
|
|
True?
------------------------------------
I will never again mention that I was the poster of the One Millionth Lounge Post, nor that it was complete drivel. Dalek Dave
|
|
|
|
|
hi
i face a problem in project i am using a javascript function to close the window function is window.opener.close(); it close mine opener i want this but before close that he asked tab closed or not.
what i can do to do without asking close window
thanks
regards
umesh daiya
web developer
|
|
|
|
|
Could you possibly translate into something understandable.
I appreciate that English may not be your first language, but I think you need to find someone who can better phrase your question, for as it stands it make no sense whatever.
------------------------------------
I will never again mention that I was the poster of the One Millionth Lounge Post, nor that it was complete drivel. Dalek Dave
|
|
|
|
|
You can't close any window that you did not originally open without the user's permission. Thats a security feature.
|
|
|
|
|
I built an system using MFC dialuge and you can considre it like question answering system take its knowledge from Access DB and the system is just one interface like any chatting interface(msn,yahoo,...) one box for entering text and a nother box for displaying the system answer or text and one send button.
My problem is I need to put my system online So I need your suggestions in this issue?
What are the techniques should I use to make this happen?
I searched about CGI with VC++ and its looks useful and some links told me to convert my system to dll files after that link it to HTML page but I have no experince in both of them so please any one have an ideas thats will be so appreciated because I don't want to read and waste my time in the wrong direction?
Please note: What about the DB because many users should use the system at the same time.
Thanks alot
|
|
|
|
|
Hi all ,
how can i make a search engine for a website ?
i need it to be with just html pages .. there is no database ...
it's just a static website for company 
|
|
|
|
|
PHP_Guy wrote: how can i make a search engine for a website
I know this wasn't a serious request, right?
I know the language. I've read a book. - _Madmatt
|
|
|
|
|
it's a serious request .. i think you didn't understand what i ment ?!
i tried to put this code
<form method="get" id="searchform" action="<?php bloginfo('url'); ?>/">
<div>
<input type="text" value="<?php the_search_query(); ?>" name="s" id="s" />
<input type="submit" id="searchsubmit" value="Search" />
</div>
</form>
but it's html only ... 
|
|
|
|
|
|
how to monitor a bandwidth of multiple clients when they are using my website i need a solution in asp.net c#
key features of the asp.net form is
client name
bandwidth limit
how much bandwidth is use
|
|
|
|
|
0) This might have done better in the asp.net forum
1) I am assuming IIS here in which case you can turn on extended logging to see bytes sent/received per request against each IP then you can jiggery pokery that using excel or similar.
2) If you've got an ASP.NET website then even better, just add a logging function on the request call for BeginRequest within Global. Off the top of my head you can probably work it out from the buffer being sent to them.
I am assuming client name = IP address of caller and bandwidth used = bytes transmitted but bandwidth limit I wouldn't know how to grab programmatically.
Please do not follow this up with a request for code.
|
|
|
|
|
Hello all !
I need a registration form for my website .
like this
===================================================
:: REGISTRATION FORM ::
First Name :
Last Name :
E-mail :
Skills :
Phone Number:
Interest: there will be many options in this area and the person should Tick to his/her choice.
====================================================
And as somebody get registered over here I get an e-mail on my id
that ;
The person has registered [With his/her all details he/she provided in the form] and this text should be shown to the person who register through that page
" Thank you for registration, We will contact you soon"
Also i want to add some pics in that template so kindly guide me about that
thank you !
|
|
|
|
|
How much do you want to spend? Shall I send my standard contract?
I know the language. I've read a book. - _Madmatt
|
|
|
|
|
I'm looking for recommendations for switching web hosting companies. My current one has screwed me over twice in the last 4 weeks and I'm done playing games with them. Basic requirements ASP.NET 3.0+, IIS, remote MS SQL connections. I'm currently looking at Applied Innovations but looking for more options and/or people's experiences. Thanks.
|
|
|
|
|
DiscountASP.net has a great price for unbelievable hosting. Includes ASP.net 3.0. $90.00 for the first year, and $120 after. Sameday setup, and the admin console is top notch.
They have excellent service, and only host Microsoft .NET, which is why the are inexpensive .NET hosts.
I use them on all new web design clients, and I have had zero problems with uptime.
They have been voted #1 for many years now. If you find something comparible, please let me know.
http://www.discountasp.net/
Regards,
Nick Kowalewicz
Web: www.nk-inc.com
|
|
|
|
|
Agreed that DiscountAsp.Net[^] are great. I also use SoftSys[^] and they are very similar and a little cheaper. I have used both for quite some time without any problems.
me, me, me
"The dinosaurs became extinct because they didn't have a space program. And if we become extinct because we don't have a space program, it'll serve us right!"
Larry Niven
|
|
|
|
|
I'm setting up a small little website at home here as a non-profit thing for a local group. The issue I have is that my ip isn't static, the lease is long, several weeks I believe but my ip does change. I was wondering if there was some sort of website that would let me register my ip and I would direct the url there, and it would just send the browser to my ip. Then I could keep the same url but change the ip periodically. Ideally the service would let me update the ip automatically via web service or something. I did some google searching but the results were littered with scam web hosting sites. Any suggestions or am I even going about this entirely the wrong way. I've only ever developed for companies that have their own dedicated public servers before.
K
|
|
|
|