473,799 Members | 3,832 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Opening a page but address link stays the same?

Hi,

Is it possible to open a page from an aspx page, this without changing the
url in the address bar? Actually it's a PDF file. Is this possible?

Thanks
Joris
Apr 25 '06 #1
4 1232
Open it in a frame, with the current page with 0 width.


Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
=============== =============== =====
"Joris De Groote" <jo************ @skynet.be> wrote in message
news:O4******** ******@TK2MSFTN GP03.phx.gbl...
Hi,

Is it possible to open a page from an aspx page, this without changing the url in the address bar?
Actually it's a PDF file. Is this possible?

Thanks
Joris

Apr 25 '06 #2
How do I create a frame from my asp.net webpage?

"Juan T. Llibre" <no***********@ nowhere.com> wrote in message
news:eC******** ******@TK2MSFTN GP04.phx.gbl...
Open it in a frame, with the current page with 0 width.


Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
=============== =============== =====
"Joris De Groote" <jo************ @skynet.be> wrote in message
news:O4******** ******@TK2MSFTN GP03.phx.gbl...
Hi,

Is it possible to open a page from an aspx page, this without changing
the url in the address bar? Actually it's a PDF file. Is this possible?

Thanks
Joris


Apr 25 '06 #3
You just create a frameset using normal HTML.

"Joris De Groote" wrote:
How do I create a frame from my asp.net webpage?

"Juan T. Llibre" <no***********@ nowhere.com> wrote in message
news:eC******** ******@TK2MSFTN GP04.phx.gbl...
Open it in a frame, with the current page with 0 width.


Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
=============== =============== =====
"Joris De Groote" <jo************ @skynet.be> wrote in message
news:O4******** ******@TK2MSFTN GP03.phx.gbl...
Hi,

Is it possible to open a page from an aspx page, this without changing
the url in the address bar? Actually it's a PDF file. Is this possible?

Thanks
Joris



Apr 25 '06 #4
Then I have to make different pages?
I want to have this in one page and not have several pages for this?
"clickon" <cl*****@discus sions.microsoft .com> wrote in message
news:C2******** *************** ***********@mic rosoft.com...
You just create a frameset using normal HTML.

"Joris De Groote" wrote:
How do I create a frame from my asp.net webpage?

"Juan T. Llibre" <no***********@ nowhere.com> wrote in message
news:eC******** ******@TK2MSFTN GP04.phx.gbl...
> Open it in a frame, with the current page with 0 width.
>
>
>
>
> Juan T. Llibre, asp.net MVP
> aspnetfaq.com : http://www.aspnetfaq.com/
> asp.net faq : http://asp.net.do/faq/
> foros de asp.net, en español : http://asp.net.do/foros/
> =============== =============== =====
> "Joris De Groote" <jo************ @skynet.be> wrote in message
> news:O4******** ******@TK2MSFTN GP03.phx.gbl...
>> Hi,
>>
>> Is it possible to open a page from an aspx page, this without changing
>> the url in the address bar? Actually it's a PDF file. Is this
>> possible?
>>
>> Thanks
>> Joris
>>
>
>


Apr 26 '06 #5

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

Similar topics

1
3793
by: Display Name | last post by:
the customer I'm developing a site for uses a canned form-parsing page that allows her to have an email subscription opt-in page add emails to a list she can manage using a link that you point your HTML form to. the actual form-parsing page resides on a server that's uneditable to me since it sits on an inaccessible server. my problem is more irritating than anything; everything double-submits.. when you submit the form, I've forced a...
9
1557
by: Karel | last post by:
All, I am completely new to Javascript but I have read some articles and examples about opening new windows from a webpage. However I am trying to open a data file ( in html format) that is not in the server dircetories but somewhere on my unix box. What I have sofar is:
14
11099
by: D. Alvarado | last post by:
Hello, I am trying to open a window containing an image and I would like the image to be flush against the window -- i.e. have no padding or border. Can I make this happen with a single call to a window.open function? I would prefer not to create a separate HTML page. So far all I have is the basic var cwin = window.open('images/KJV-THANKS.gif', 'Thanks', 'width=243,height=420,'); cwin.focus();
5
4576
by: SigRob | last post by:
I have PAGE1 with the link to PAGE2 with iframe. (iframe load several naked html). I want to add directive to the link to point sprcific content of iframe. to make it clear link on PAGE1 -> load PAGE2 with iframe -> iframe content is specified on link = whole PAGE2 with iframe with desired content... Please help...
3
3087
by: Mike Wilson | last post by:
Is there a way to open an OLE DB database from within Access? I would like to use the Access GUI with its table and query explorer to examine a database only available through an OLEDB provider interface. I have seen several references on how to open an OLE DB database through VBA/ADO code but I wouldn't know how to go from there to actually have the database available in the Access GUI...
44
9458
by: Viken Karaguesian | last post by:
Hello all, On occasion I want to open hyperlinks (images, etc.) in a new window. In the past, I've used target="_blank" to open the link in a new window. However, using the "target" attribute causes my pages to fail validation (strict doctype). The validator says "There is no attribute 'target'.." So...how do I open a link in a new window, without Javscript, and pass strict validation?
3
2138
by: Larry Bud | last post by:
Wanting to use a technology I saw for one of our apps. We have several apps that a user logs in at on the same page. The app is determined by a drop down. User credentials are checked, response.redirect to the application. The user ID is stored in a session variable which determines if the user is logged in. When the session var goes blank, the user is redirected to the login page. A header on each page checks this. Now, some...
7
3258
by: Martien van Wanrooij | last post by:
I have been faced a couple of times with the situation that I wanted to write a script and was worried about a too frequent opening and closing mysql connections. To give some examples: 1)I am trying to develop a photoalbum (also posted a topic called "array / mysql question"). Of course I can use some wonderful open source albums but at the same time I want to get more familiar with all the ins and outs so my idea is a list of...
3
1179
by: Howard Martin | last post by:
I have a site at http://www.honeyantgallery.com which shows paintings by Australian Aboriginal artists. A visitor can click on a thumbnail of a painting and an enlarged version pops up in a new window. The client now wants to add close-up details of paintings to be linked from the pop-up but I can't get the pop-up to create another pop-up - the close-up detail opens in the same window and looks silly. Is there a way to achieve this?...
0
9687
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9543
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10488
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10257
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9077
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7567
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5588
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3761
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2941
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.