嵌入搜索引擎代码(多吉和百度)

 二维码 21
发表时间:2021-02-08 17:20作者:xjvae来源:xjvae网址:https://www.xjvae.cn/

代码如下:

<!--在页面中调用多吉引擎-->

<!doctype html>

<html lang="en">

<head>

<meta charset="UTF-8">

<title>调用多吉引擎</title>

</head>

<body>

<div id="container">

<form action="https://www.dogedoge.com/results" target="_blank">

<div align="center">

<input name=tn type=hidden value=duoge>

<a href="https://www.dogedoge.com/">

<img src="https://www.dogedoge.com/assets/new_logo_mobile.min.png" alt="Doge" align="bottom" border="0" width="221px" height="62px"></a>

<input type="text" name="q" size=20><input type="submit"   value="多吉检索"></div>

</form>

</div>

</body>

</html>


<!--在页面中调用百度引擎-->

<!doctype html>

<html lang="en">

<head>

<meta charset="UTF-8">

<title>调用百度引擎</title>

</head>

<body>

<div id="container">

<form action="http://www.baidu.com/baidu" target="_blank">

<div align="center">

<input name=tn type=hidden value=baidu>

<a href="http://www.baidu.com/">

<img src="https://www.baidu.com/img/PCtm_d9c8750bed0b3c7d089fa7d55720d6cf.png" alt="Baidu" align="bottom" border="0"

width="220px" height="100px"></a>

<input type=text name=word size=20>

<input type="submit" value="百度搜索"></div>

</form>

</div>

</body>

</html>




图片预览:

嵌入搜索引擎png.png



文章分类: 随笔
分享到: