Does anyone know how (using ASP & VBScript) how to extract the description from a webpage. I mean the meta description contained in the HTML (eg <meta name="description" content="description of website">).
i wanted to store chinese character in my DB. I have set the datatype to nchar.
When i try copy a chinese character and paste it directly into the table. The table will stored the value.
But when i display the value in IE, even with meta set to UTF-8. I can only see "????" but not the chinese character. Can anyone tell me where went wrong?
I also discover that when i try perform INSERT in EM, trying to insert the chinese character into DB instead of pasting it directly to the table... But it failed. Table will only show "????". Any advice?
Is there anything to be gained by putting META tags on multiple pages within my site? I've got my META stuff (title, description, keywords) on two pages, index.asp and home.asp. Ideally, I'd like my visitors to start at either of those two pages.
Would my site be more apt to appear in search engine if I repeated the same collection of META information (or a subset thereof, more specific to the page it's on) on other pages within my site?
When creating ASP Page in VS, I see few lines of meta tags, like Code_Language, vs_defaultClientScript. What do they mean? Where can I get a list of all tags that are relevant for ASP.
Can someone explain to me why the META Refresh doesn't work in an ASP.NET page? It works just fine in my old asp one! Content value has to be in quotes if not otherwise I get a warning. Code:
I want to my site be searchable by Internet search engines such as: Google, Altavista, Yahoo, Lycos...
Because that, I've putted four META tags: author, robots, keywords and description into my .asp page...
However, my searching by keywords I've putted in doesn't work... In other words, I've got nothing which in connection with my site... Would you be so kind to advise me how to do that and what's wrong with my approach... My META tags section is Code:
I have a page where a user can edit the meta tags for the page which are then written dynamically at the time of the page being redendered.
I was wondering today whether this actually works or not? ie, if a search engine (google or whatever) is trawling a site, does it only read html pages? What happens when it encounters an .asp? Surely it wouldn't execute it and therefore be able to read the meta data correctly?
Any info on this would be appreciated, if my current way of doing it is not appropriate I will need to invest some time into changing it.
I would like one of my clients to dynamically insert meta/title tags into their ASP driven site. Caveat, I am no webmaster, but rather a more ecommerce oriented consultant. I know this can be easily accomplished. But, their webmaster claims it isn't possible.
how to add code Meta Tittle Tags into different pages of the website? I have already inserted code Meta Tittle Tag into my website but it appears in all of my web pages. I want to add more specific information into each of website page tag tittle but i dont know how to do? My website is written on ASP.
how to get some meta info on a number of files, such as author and owner. it is for a .asp web page wich indexes a list of files and shows info about those files (name, type, date last modified, etc)
so that who accesses the page can sort those files by the detail they wish, and i can't discover how to get the author and owner info about those files.
this is an interesting problem i've been trying to solve past week. I have a framed site and one of the frames is refreshing through meta tag refresh every second. The page that is refreshing looks pretty much like this:
Database: Access, IIS6 - Windows 2003 Server
1. Declare connection object 2. Declare recordset object 3. open connection 4. open recordset with sql query 5. Check database for changes (on change, refresh another frame) 6. Close recordset 7. Close connection 8. Destroy Recordset 9. Destroy Connection
That's all. After about 6 hours in operation (constant refreshing) the WWW Service just dies. Restart of the service makes it stuck ever more, the only solution is to completely reboot the server.
Any insight would be greatly appreciated. I'm at a point of sticking the connection and recordset into session so it does not declare and kill it every second..
I have a situation that I am not sure how to solve. I am working on an ASP site that needs to have unique Meta tags for the appropriate page. This would be populated depending on the department selected I need the Meta tags to populate the page. I first thought about creating an application that loads a meta tag file that is called by the department ID or Title.
there is one menu called "Products" click on that menu, on the "immediate & speciality chemicals" , type name and email address, and then press submit. it will call inquiry1.asp which will process the data entered, and call productlist.asp which is not getting displayed, dont know why, it does get showed in the local machine, but not on the web.
I've created a little search engine that works fine, but I want to highlight the keywords in an article. Using the replace function is OK, but its not very good when covering different cases. Its fine on single word searches but no good with multiple words. eg. if I search for "dog", I can do a replacement on "dog", "DOG" and "Dog" using the replace function. If I was to search for "black dog", I need to cover all possible variants. ("Black Dog", "BLACK DOG", "black dog", "Black dog", "black Dog") Is there any way of getting this to work?
Im trying to create a function to where when I call the function, it returns the next keyword from the list, and the list is only a string of keywords split by comma's. I know how to split it, but I dont know how to have the function call out the next keyword. keyword1,keyword2,keyword3,keyword4.Code:
<%=Function1(keyword)%> 'Will spit out Keyword 1
<%=Function1(keyword)%> 'Will spit out Keyword 2
<%=Function1(keyword)%> 'Will spit out Keyword 3
<%=Function1(keyword)%> 'Will spit out Keyword 4
Then I need it to start over again once it gets to the last function. This function will be spread out across the page.
my problem is searching. i want to search words within webpage which is stored in one directory.it is different from normal directory searching beacause i am searching inside the webpage.
so i want to omit all that html tags or other asp codes. also i want to know that is there any way to store webpage inside the database. it will be efficient than storing inside the directory.
Does anyone have a definitive list of keywords to avoid or prohibit as field names for the tables for an ASP driven program that communicates with a SQL database?
I have a website that allows customers to define tables online and I keep hitting the field names I need to prohibit - "Function" is the latest one. I'd like to just compare the users field names with a list and end this problem for good! Also any VBScript words too?
I set an Description to an Table in MsAccess Database, I Open the recordset of the table in the database in my asp file, now, how do I retrive the Description I set to that Table from asp?
If you were to Google "Sears," (or other big names), Sears' website pulls up first. Beneath the link is a description that Sears includes in the "description" META tag. That I understand and know how to do.
However, after the description are four other links: Baby, Clothing, For the Home, and Computers & Electronics. How would I modify HTML/ASP so that sub-descriptions to pull up in a search engine for my sites?
I have a table whose field names are very wierd and difficult to udnerstand. And when users see those field names and text boxes to enter value... they become 8(
as my input form is displaying like this
for all fields in the table RS.Fields(index).Name : <Input type=text> next
I added description to each column in database(SQL Server) so that i can understand... is there any way so that i can show that description of column to the users. Code: