473,657 Members | 2,513 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

How to call an asp-page by a clientside Javascript (syndication)

Hello

I want to syndicate some content to other users. (no RSS)

Anybody should be able to publish some information from my
server/database by placing some javascript like:

<script language="JavaS cript"
src="http://www.myserver.co m/mypage.asp?para m1=loremipsum&p aram2=dolorsit" ></script>

How can I code an ASP-page (on my server) so it returns and inserts
information into a location in an existing webpage (other servers).

Anyone who can help me? A tutorial or some example code would be great

Thx!

dany
Mar 19 '06 #1
1 1662
Not sure I understand the relationship between the servers, but your asp can
access the parameters through:
<%
dim param1,param2
param1=Request. QueryString("pa ram1")
param2=Request. QueryString("pa ram2")
%>
What you do with them from there could be anything from display...
<% Response.Write( param1) %>
to inserting into a cookie, saving as a session variable, or inserting it
into a database... To help you further requires more information on what you
are trying to do.
--
Doug
Dougs Graphics
"dany" wrote:
Hello

I want to syndicate some content to other users. (no RSS)

Anybody should be able to publish some information from my
server/database by placing some javascript like:

<script language="JavaS cript"
src="http://www.myserver.co m/mypage.asp?para m1=loremipsum¶ m2=dolorsit"></script>

How can I code an ASP-page (on my server) so it returns and inserts
information into a location in an existing webpage (other servers).

Anyone who can help me? A tutorial or some example code would be great

Thx!

dany

Mar 23 '06 #2

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

Similar topics

1
2307
by: Gary | last post by:
Dear Is it possible using ASP to call VB6 DataReport? if yes any reference of creating those com+ of DataReport and Call method? Gary
7
1654
by: William Morris | last post by:
So, what's the prevailing opinion regarding the use of the "CALL" keyword? I'm working with a third-party ASP application, adapting for our system, and the CALL keyword is used everywhere. I've never used it, preferring instead to just type the procedure name and parameters so: myProcedure parm1, parm2 Any thoughts on call myProcedure(parm1, parm2)
3
2089
by: A. Nonymous | last post by:
Hello, I have developed a call tracking system for a small call center utilizing an ASP server and an MSSQL server where the call center reps use IE6 to enter in details of calls though the company's intranet system. I have also made a search engine that basically uses a dynamic stored procedure in the SQL server to cough up the results and search through the old calls. The serch screen works fine on those smaller searches but it can...
2
1913
by: Martin | last post by:
Does somebody knows, if there's a way to call the OnSelectedIndexChanged method of the dropdownlist by myself? Or does somebody knows a way, to raise the SelectedIndexChanged Event of a dropdownlist? tia Martin
2
5584
by: markoZ | last post by:
Hi. We have developed a .NET web service. The service executes a SQL on the SQL server. The first call of the webservice takes very long but the other calls dont. Why is that and how can we speed that up? Regards,
4
1932
by: Eric | last post by:
Hi: Is it possible i call access form in browser. Thanks,
6
5294
by: fiefie.niles | last post by:
We have a C++ DLL that we call from VB6 program. This is how we declare the DLL in VB6: Declare Function RefSearch Lib "csearch32.dll" (ByVal path As String, ByVal findword As String, ByVal CaseSensitive As Integer) As Integer This is how we call the DLL in VB6: hit = RefSearch(path, SearchStr1, ChkValue) Can I call this DLL in ASP and how ? Thank you.
2
2892
by: vksundari | last post by:
I am executing a select query in a C# component and populating a ASP Grid in Search.aspx. Now one of the columns in the Grid in Search.aspx is Policy Number(hyper link) Basicallly I want to call a ASP.net method by sending parameters from that link. For example Select a, b, policy_number from x Policy_Number is the hyperlink. Now I want to call a ASP.net method sending in a and b as input parameters.
17
7125
by: =?Utf-8?B?SmltIFJvZGdlcnM=?= | last post by:
I am trying to replace a huge chunck of code that currently I incorporate with an #Include directive. The program rarely has to flow through that code, so I thought it would be better if I used Server.Execute. I found I can pass data TO the called asp file by creating an HTML <input> and erading it after I get there. However, I also need to read back ONE variable that the called file must set. I cannot figuer out how to do that. My...
7
17443
by: jp2code | last post by:
I've got a form that posts to itself when submitted. Right now, after the form is submitted, the code checks that all of its fields are valid, then processes the information. If all goes well, visitors are then redirected using Response.Redirect("thanks.asp"). What I'd like to do is replace Response.Redirect("thanks.asp") with something more like the post that happens on the form so that "thanks.asp" can display a summary of what was...
0
8842
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
8740
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...
1
6176
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
5642
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4173
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4330
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2742
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
1970
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1733
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.