473,405 Members | 2,349 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,405 software developers and data experts.

Please Advise

I have an internet link on my desktop that directly opens up a page that i
use for work.
the (fake) address is :http://www.fake.com/index.html.

Is there a way I can modify this address in order to have it open in a
browser that's a specific size? Ideally like a '_blank',370,525 type
scenario?

Thanks for any help!
Jul 20 '05 #1
5 1487
Lee
JLaB13 said:

I have an internet link on my desktop that directly opens up a page that i
use for work.
the (fake) address is :http://www.fake.com/index.html.

Is there a way I can modify this address in order to have it open in a
browser that's a specific size? Ideally like a '_blank',370,525 type
scenario?

Thanks for any help!


Replace the link with a file named "fake.html", containing:
<html>
<script type="text/javascript">
resizeTo(370,525);
location="http://www.fake.com/index.html";
</script>
</html>

Jul 20 '05 #2
Doesn't seem to cooperate w/winXP pro.
I put
<html><script
type="text/javascript">resizeTo(370,525);location="http://www.fakeaddress.co
m/index.html";</script></html>

into the URL part of the shortcuts properties. Whenever u hit Apply, it adds
"http://" in front of it.

Any ideas?

Thanks either way.


"Lee" <RE**************@cox.net> wrote in message
news:bj********@drn.newsguy.com...
JLaB13 said:

I have an internet link on my desktop that directly opens up a page that iuse for work.
the (fake) address is :http://www.fake.com/index.html.

Is there a way I can modify this address in order to have it open in a
browser that's a specific size? Ideally like a '_blank',370,525 type
scenario?

Thanks for any help!


Replace the link with a file named "fake.html", containing:
<html>
<script type="text/javascript">
resizeTo(370,525);
location="http://www.fake.com/index.html";
</script>
</html>

Jul 20 '05 #3

"JLaB13" <vz******@verizon.net> wrote in message
news:Tl*****************@nwrdny02.gnilink.net...
Doesn't seem to cooperate w/winXP pro.
I put
<html><script
type="text/javascript">resizeTo(370,525);location="http://www.fakeaddress.co m/index.html";</script></html>

into the URL part of the shortcuts properties. Whenever u hit Apply, it adds "http://" in front of it.

Any ideas?

Thanks either way.
"Lee" <RE**************@cox.net> wrote in message
news:bj********@drn.newsguy.com...
JLaB13 said:

I have an internet link on my desktop that directly opens up a page
that
iuse for work.
the (fake) address is :http://www.fake.com/index.html.

Is there a way I can modify this address in order to have it open in a
browser that's a specific size? Ideally like a '_blank',370,525 type
scenario?

Thanks for any help!


Replace the link with a file named "fake.html", containing:
<html>
<script type="text/javascript">
resizeTo(370,525);
location="http://www.fake.com/index.html";
</script>
</html>


Two things:
The first is I suggest you always reply to a newspost at the end of the
previous entry - that way it makes it easier for folks to read the history
(ie original question at top and rest of conversation follows).

I think what the chap was suggesting is that you open Notepad and copy the
script he suggested in to it. Then save the notepad document on your
desktop and call it fake.html (or whatever you like, but make sureit has a
html (or htm) ending).

This should solve your problem.
Jul 20 '05 #4
Lee
JLaB13 said:

Doesn't seem to cooperate w/winXP pro.
I put
<html><script
type="text/javascript">resizeTo(370,525);location="http://www.fakeaddress.co
m/index.html";</script></html>

into the URL part of the shortcuts properties. Whenever u hit Apply, it adds
"http://" in front of it.


I meant to completely delete the link from your desktop, and
instead, use an HTML file with the contents I posted.

Jul 20 '05 #5
"Randell D." <yo**************************@yahoo.com> writes:
Two things:
The first is I suggest you always reply to a newspost at the end of the
previous entry - that way it makes it easier for folks to read the history
(ie original question at top and rest of conversation follows).


On top of that (an perhaps even more important) is to trim the quotes, and
not include the entire posting you are answering to.

/L
--
Lasse Reichstein Nielsen - lr*@hotpop.com
Art D'HTML: <URL:http://www.infimum.dk/HTML/randomArtSplit.html>
'Faith without judgement merely degrades the spirit divine.'
Jul 20 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Girish Agarwal | last post by:
--0-474210375-1058976151=:31789 Content-Type: text/plain; charset=us-ascii Content-Id: Content-Disposition: inline Note: forwarded message attached. __________________________________
1
by: Question | last post by:
I am making a custom small menu which is most basic. Problem is that I can't make the first step work for some reason. I have an image to the left of where would be the layer positioned. This...
1
by: artifact | last post by:
Hello Can anyone tell me what is the best way to persist a complex object across postbacks in ASP.NET eg * I have a Person class with methods to edit the person's info * I navigate to my...
7
by: SQLDBA | last post by:
I am in the process of evaluating some SQL Performance Monitoring /DBA tool to purchase (For SQL Server 2000). I have the following list of software that I came across and have to finalize which...
1
by: Sergiy Klokov | last post by:
i need to put a water mark in my pdf... and pdf viewer ocx... not Adobe ... please advise something
19
by: Lisa Jones | last post by:
Hi I don’t want to change my name or anything :) but I wish I was able to save Sound into SQL server and retrieve it So my question is How do you save a wav file into a SQL server and how do...
4
by: mike_li | last post by:
Passed DB2 UDB 701 test, how can I prepare for 704 test (Advanced DBA)? There is not as many info. on this test as on others. Thanks. Mike
0
by: hariprakash | last post by:
Hii Dudes, Iam Hariprakash. Today I was searching for DB2 DBA in google for exam 701. I got this link. This is very interesting and just now I joined this group. I took the exam 701 last tuesday...
7
by: mohammaditraders | last post by:
Write a program which overloads a binary Minus (+) operator, The program will contain a class Matrix, This class will contain a private data member Array which store int values. The class will...
0
by: User | last post by:
Hi everyone, Right now, one of our client have an in-house system which stores customer profiles / data. We are building an external web based system for them which also houses the same...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.